home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / sh-utils.12 / sh-utils / sh-utils-1.12 / src / version.c < prev    next >
Encoding:
C/C++ Source or Header  |  1994-11-05  |  91 b   |  4 lines

  1. #include <config.h>
  2. #include "version.h"
  3. const char *version_string = "GNU sh-utils 1.12";
  4.